go.uber.org/mock/gomock.eqMatcher.x (field)

6 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L118: 	x any
		matchers.go#L123: 	if e.x == nil || x == nil {
		matchers.go#L124: 		return reflect.DeepEqual(e.x, x)
		matchers.go#L128: 	x1Val := reflect.ValueOf(e.x)
		matchers.go#L140: 	return fmt.Sprintf("is equal to %s (%T)", getString(e.x), e.x)